home *** CD-ROM | disk | FTP | other *** search
/ Champak 83 / (Vol 83) My Disc.iso / Interface / browser.swf / scripts / DefineButton2_309 / BUTTONCONDACTION on(release).as
Text File  |  2009-04-28  |  208b  |  8 lines

  1. on(release){
  2.    getUrl("FSCommand:Browser.SetURL", "javascript:void(doQuit())");
  3.    fscommand("Browser.Close");
  4.    fscommand("Media.Stop");
  5.    _level1.volta_inicio();
  6.    _root.secoes.gotoAndStop(1);
  7. }
  8.